testing.chattyPrinter.json (field)

9 uses

	testing (current package)
		benchmark.go#L786: 			if b.chatty != nil && b.chatty.json {
		benchmark.go#L855: 			if b.chatty.json {
		fuzz.go#L344: 		if t.chatty != nil && t.chatty.json {
		fuzz.go#L539: 				if f.chatty != nil && f.chatty.json {
		testing.go#L576: 	json       bool       // -v=json output mode
		testing.go#L580: 	return &chattyPrinter{w: w, json: chatty.json}
		testing.go#L588: 	if p != nil && p.json {
		testing.go#L824: 	if c.chatty != nil && (p.w == c.chatty.w || c.chatty.json) {
		testing.go#L2011: 	if t.chatty != nil && t.chatty.json {